home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_11_07
/
1107037a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-28
|
341 b
|
23 lines
/*
rcs.h
This is the include file for the
Revision Control System
Dwayne P.
November 1991
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
#include <sys\types.h>
#include <sys\stat.h>
#define FIRST_LINE "&^%$#@!\n"
#define DELIMETER "!@#$%^&\n"